home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / CyberAVI / CyberAVI.readme < prev    next >
Encoding:
Text File  |  1997-07-16  |  3.0 KB  |  79 lines

  1. Short:    V1.11, AVI animation player for CyberGraphX/AGA and 68020+
  2. Uploader: tboeckel@uni-paderborn.de (Thore Boeckelmann)
  3. Author:   tboeckel@uni-paderborn.de (Thore Boeckelmann)
  4. Type:     gfx/show
  5. Replaces: gfx/show/CyberAVI.lha
  6.  
  7.  CyberAVI is a fast AVI animation player for 020+ machines with AmigaOS 3.0 or
  8.  higher and a graphic board with CyberGraphX or AGA.
  9.  
  10.  
  11.  minimum hardware requirements:
  12.    -Amiga with AmigaOS 3.0 (V39)
  13.    -MC68020
  14.    -graphic board with CyberGraphX (eg. CyberVision64, Picasso II, Retina, etc)
  15.     or AGA chipset
  16.    -2MB of FastRAM, 512K of ChipRAM
  17.  
  18.  
  19.  software requirements
  20.    -CyberGraphX 2.21 or higher (if used with a graphic board)
  21.    -asyncio.library V39 (included)
  22.  
  23.  
  24.  recommended hardware requirements:
  25.    -Amiga with AmigaOS 3.1 (V40)
  26.    -MC68040 at 25MHz minimum
  27.    -graphic board with CyberGraphX 2.21 or higher
  28.  
  29.  
  30.  Supported encodings until now:
  31.  
  32.      Radius CinePak     (CVID)              8 bit (only gray)
  33.      Radius CinePak     (CVID)       16/24/32 bit
  34.      JFIF JPEG          (JPEG)              8 bit (only gray)
  35.      JFIF JPEG          (JPEG)             24 bit
  36.      Motion JPEG        (MJPG)              8 bit (only gray)
  37.      Motion JPEG        (MJPG)             24 bit
  38.      Microsoft Video 1  (MSVC)           8/16 bit
  39.      Microsoft RGB      (RGB)    4/8/16/24/32 bit
  40.      Microsoft RLE8     (RLE8)              8 bit
  41.      IBM Ultimotion     (ULTI)             16 bit
  42.      Component Video    (YUV2)       16/24/32 bit
  43.      Intel Raw          (YUV9)       16/24/32 bit
  44.  
  45.  
  46.      PCM        8/16 bit Mono/Stereo
  47.      MS ADPCM      4 bit Mono/Stereo (is really 16 bit)
  48.      DVI ADPCM     4 bit Mono/Stereo (is really 16 bit)
  49.  
  50.  CyberAVI is Copyright (c)1996-1997 by Thore Boeckelmann.
  51.  
  52.  
  53.  Changes since V1.10:
  54.   - fixed again some problems with oversized frames. I wonder which software
  55.     saves such bullshit :(
  56.   - fixed bug in DVI ADPCM stereo decoder
  57.   - dithering is now available for all truecolor encodings and looks much better
  58.     than before
  59.   - again found some animations with completely wrong buffersizes! This drives
  60.     me crazy!
  61.   - implemented automatic resampling of audio data, if frequency is >27kHz and
  62.     no double scanned video mode is available
  63.   - optimizied skipping detection. CyberAVI now skips less often than before and
  64.     produces more smooth playback.
  65.   - fixed one very strange colormap bug. What is wrong with 236 used colors
  66.     instead of 256??
  67.   - skipping is now (hopefully) perfect and never activated if there is no need
  68.     to skip
  69.   - displaying colormapped animations (8bit or less) on public truecolor screens
  70.     is now possible with CyberGraphX 3 (rev 41.9 and up)
  71.   - added support for single-frame AVIs with sound
  72.   - finally managed to implement JPEG decoding. I can't explain why it didn't
  73.     work before. But be warned: it is DAMN slow. You need at least an MC68060/50
  74.     for nearly smooth playback!
  75.   - fixed division-by-zero problems for animations with no information about
  76.     keyframes
  77.   - some small optimizations
  78.  
  79.